Package com.inet.config
Interface ConfigurationMigrator
-
public interface ConfigurationMigratorA configuration migrator migrate the settings of a configuration to a newer version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmigrate(Configuration config)Migrate the given configuration to the current version.
-
-
-
Method Detail
-
migrate
void migrate(Configuration config)
Migrate the given configuration to the current version.- Parameters:
config- the configuration- Since:
- inetcore 1.0
-
-